home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Education / MacHelp / MacHelp 3 / Multiplan help / background_2790.txt < prev    next >
Encoding:
Text File  |  1988-02-15  |  4.6 KB  |  232 lines

  1. -- background: 2790 from stack: in
  2. -- bmap block id: 4937
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 5 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=280 top=247 right=274 bottom=305
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1013 / 1013
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Next
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to next card
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 6 (button)
  28. -- low flags: 00
  29. -- high flags: 0000
  30. -- rect: left=253 top=247 right=274 bottom=279
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 1014 / 1014
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Prev
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   go to previous card
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part 7 (button)
  47. -- low flags: 00
  48. -- high flags: 0000
  49. -- rect: left=448 top=247 right=272 bottom=478
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 1012 / 1012
  52. -- text alignment: 1
  53. -- font id: 0
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: Return
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   visual effect iris close
  61.   pop card
  62. end mouseUp
  63.  
  64.  
  65.  
  66. -- part 9 (button)
  67. -- low flags: 00
  68. -- high flags: A000
  69. -- rect: left=392 top=248 right=270 bottom=443
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 0 / 0
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: 
  78. ----- HyperTalk script -----
  79. on mouseUp
  80.   flash 2
  81.   doMenu "New Card"
  82. end mouseUp
  83.  
  84.  
  85.  
  86. -- part 11 (button)
  87. -- low flags: 00
  88. -- high flags: 8000
  89. -- rect: left=195 top=246 right=271 bottom=240
  90. -- title width / last selected line: 0
  91. -- icon id / first selected line: 0 / 0
  92. -- text alignment: 1
  93. -- font id: 0
  94. -- text size: 12
  95. -- style flags: 0
  96. -- line height: 16
  97. -- part name: 
  98. ----- HyperTalk script -----
  99. on mouseUp
  100.   go to card id 6343 of stack "MacHelp#3 Help"
  101. end mouseUp
  102.  
  103.  
  104.  
  105.  
  106. -- part 12 (field)
  107. -- low flags: 00
  108. -- high flags: 2007
  109. -- rect: left=98 top=91 right=242 bottom=481
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 0 / 0
  112. -- text alignment: 0
  113. -- font id: 0
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: Description
  118.  
  119.  
  120. -- part 26 (button)
  121. -- low flags: 00
  122. -- high flags: 8000
  123. -- rect: left=83 top=242 right=278 bottom=141
  124. -- title width / last selected line: 0
  125. -- icon id / first selected line: 0 / 0
  126. -- text alignment: 1
  127. -- font id: 0
  128. -- text size: 12
  129. -- style flags: 0
  130. -- line height: 16
  131. -- part name: 
  132. ----- HyperTalk script -----
  133. on mouseUp
  134.   go to card id 2943 of stack "MacHelp#3 Home"
  135. end mouseUp
  136.  
  137.  
  138.  
  139.  
  140. -- part 27 (button)
  141. -- low flags: 00
  142. -- high flags: 2000
  143. -- rect: left=149 top=242 right=276 bottom=188
  144. -- title width / last selected line: 0
  145. -- icon id / first selected line: 32670 / 32670
  146. -- text alignment: 1
  147. -- font id: 0
  148. -- text size: 12
  149. -- style flags: 0
  150. -- line height: 16
  151. -- part name: 
  152. ----- HyperTalk script -----
  153. on mouseUp
  154.   show all cards
  155. end mouseUp
  156.  
  157.  
  158.  
  159. -- part 29 (button)
  160. -- low flags: 00
  161. -- high flags: 8000
  162. -- rect: left=309 top=243 right=276 bottom=373
  163. -- title width / last selected line: 0
  164. -- icon id / first selected line: 0 / 0
  165. -- text alignment: 1
  166. -- font id: 0
  167. -- text size: 12
  168. -- style flags: 0
  169. -- line height: 16
  170. -- part name: 
  171. ----- HyperTalk script -----
  172. on mouseUp
  173.   Ask "Find what item ?"
  174.   put it into Finding
  175.   if it is empty then exit mouseup
  176.   put false into Q
  177.   repeat until Q
  178.     find Finding
  179.     repeat with x= 1 to 600
  180.     end repeat
  181.     answer "This one ?" with "Yes" or "No"
  182.     if it is "Yes" then put true into Q
  183.   end repeat
  184. end mouseUp
  185.  
  186.  
  187.  
  188. -- part 31 (button)
  189. -- low flags: 00
  190. -- high flags: 8000
  191. -- rect: left=377 top=64 right=85 bottom=477
  192. -- title width / last selected line: 0
  193. -- icon id / first selected line: 0 / 0
  194. -- text alignment: 1
  195. -- font id: 0
  196. -- text size: 12
  197. -- style flags: 0
  198. -- line height: 16
  199. -- part name: Show MenuBar
  200. ----- HyperTalk script -----
  201. on mouseUp
  202.   show menubar
  203. end mouseUp
  204.  
  205.  
  206.  
  207. -- part 32 (button)
  208. -- low flags: 00
  209. -- high flags: 8000
  210. -- rect: left=94 top=65 right=83 bottom=194
  211. -- title width / last selected line: 0
  212. -- icon id / first selected line: 0 / 0
  213. -- text alignment: 1
  214. -- font id: 0
  215. -- text size: 12
  216. -- style flags: 0
  217. -- line height: 16
  218. -- part name: Compact Stack
  219. ----- HyperTalk script -----
  220. on mouseUp
  221.   put the size of this stack into var
  222.   ANSWER "This stack takes this much space" with var
  223.   put the freesize of this stack into var
  224.   ANSWER "You are wasting this much space" with var
  225.   if var > 0 then
  226.     answer "Would you like to compact this stack?" with No or Yes
  227.     if it is "yes"
  228.     then domenu "compact stack"
  229.   end if
  230. end mouseUp
  231.  
  232.